home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / ExportAccessory.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  562 b   |  37 lines

  1. ExportAccessory = {
  2.     OUTLETS = {
  3.     mergeMatrix;
  4.     };
  5.     SUPERCLASS = ImportAccessory;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     save:;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. ImportAccessory = {
  14.     ACTIONS = {
  15.     setFieldDelimiter:;
  16.     setRecordDelimiter:;
  17.     ok:;
  18.     revert:;
  19.     setSavePath:;
  20.     };
  21.     OUTLETS = {
  22.     titleMatrix;
  23.     delimiterBox;
  24.     placeHolderView;
  25.     recordDelimPopUpList;
  26.     appIconButton;
  27.     getSavePathButton;
  28.     fieldDelimPopUpList;
  29.     recordDelimPopUp;
  30.     runStructureEditorSwitch;
  31.     fieldDelimPopUp;
  32.     customFields;
  33.     customWindow;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37.